home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / K-3D / k3d-0.4.2.1 / shaders / k3d_imagelayerclouds.sl.slmeta < prev    next >
Encoding:
Text File  |  2004-07-23  |  1.3 KB  |  20 lines

  1. <k3dml>
  2.     <shaders>
  3.         <shader type="surface" name="k3d_imagelayerclouds">
  4.             <description>Fluffy white clouds in a blue sky</description>
  5.             <authors>Ken Musgrave</authors>
  6.             <argument name="txtscale" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  7.             <argument name="skycolor" storage_class="uniform" type="color" extended_type="color" array_count="1" space="" output="false" default_value="0.15 0.15 0.6"/>
  8.             <argument name="cloudcolor" storage_class="uniform" type="color" extended_type="color" array_count="1" space="" output="false" default_value="1 1 1"/>
  9.             <argument name="octaves" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="8"/>
  10.             <argument name="omega" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0.5"/>
  11.             <argument name="lambda" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="2"/>
  12.             <argument name="threshold" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0.5"/>
  13.         </shader>
  14.     </shaders>
  15. </k3dml>
  16.  
  17.  
  18.  
  19.  
  20.